projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a12ca05
)
(exec-suffixes): Initialize to a system-dependent value.
author
Stefan Monnier
<monnier@iro.umontreal.ca>
Sun, 14 Oct 2001 20:08:21 +0000
(20:08 +0000)
committer
Stefan Monnier
<monnier@iro.umontreal.ca>
Sun, 14 Oct 2001 20:08:21 +0000
(20:08 +0000)
lisp/bindings.el
patch
|
blob
|
history
diff --git
a/lisp/bindings.el
b/lisp/bindings.el
index bb4610fa76265a3a2097e031011edd905a1000af..c4327ed61684b688f7c55b11589dad028680b7d8 100644
(file)
--- a/
lisp/bindings.el
+++ b/
lisp/bindings.el
@@
-450,6
+450,14
@@
is okay. See `mode-line-format'.")
".cp" ".fn" ".ky" ".pg" ".tp" ".vr"
".cps" ".fns" ".kys" ".pgs" ".tps" ".vrs")))
+;; Suffixes used for executables.
+(setq exec-suffixes
+ (cond
+ ((memq system-type '(ms-dos windows-nt))
+ '(".exe" ".com" ".bat" ".cmd" ".btm" ""))
+ (t
+ '(""))))
+
;; Packages should add to this list appropriately when they are
;; loaded, rather than listing everything here.
(setq debug-ignored-errors